projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
236072a
)
(mac_clear_area): Add extern.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 16 Oct 2005 02:23:09 +0000
(
02:23
+0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 16 Oct 2005 02:23:09 +0000
(
02:23
+0000)
src/macterm.h
patch
|
blob
|
history
diff --git
a/src/macterm.h
b/src/macterm.h
index e7a5fc2450e724bc0967eb6ea8b5901622c7817d..277fd2051c6dd50a41835d968b21230a4dc411f9 100644
(file)
--- a/
src/macterm.h
+++ b/
src/macterm.h
@@
-562,6
+562,8
@@
extern void XSetBackground P_ ((Display *, GC, unsigned long));
extern void XSetWindowBackground P_ ((Display *, WindowPtr, unsigned long));
extern void mac_draw_line_to_pixmap P_ ((Display *, Pixmap, GC, int, int,
int, int));
+extern void mac_clear_area P_ ((struct frame *, int, int,
+ unsigned int, unsigned int));
extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *));
extern OSErr install_window_handler P_ ((WindowPtr));
extern void remove_window_handler P_ ((WindowPtr));